From 0c459b11cdb530e2ba882e215f205435ca71a726 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 10 Jun 2024 18:06:50 +0300 Subject: [PATCH] ; Fix recent change in Emacs manual * doc/emacs/custom.texi (Init Rebinding): Fix non-ASCII characters. --- doc/emacs/custom.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 21e7e6be98b..78738e0c22b 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1991,7 +1991,7 @@ sequences. For example, to bind @kbd{C-c h} to the string string. To bind to e.g. @samp{olá}, use: @example -(keymap-global-set "C-c h" (key-description "olá")) +(keymap-global-set "C-c h" (key-description "ol@'a")) @end example However, be aware that language and coding systems may cause problems -- 2.30.2